home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2000 March / MW_UK_2000_03.iso / Shareware World / Utilities / Text Processing / Alpha / Tcl / SystemCode / alphaVersionInfo.tcl < prev    next >
Encoding:
Text File  |  1999-12-14  |  253 b   |  8 lines  |  [TEXT/ALFA]

  1. set alpha::version [lindex [split [string trimleft [version] "Alpha Version"] ,] 0]
  2. # set AlphaTcl version (the version of this library of .tcl files)
  3. set alpha::tclversion 7.2.2
  4. if {![info exists alpha::platform]} {
  5.     set alpha::platform "alpha"
  6.  
  7.